callerExpr = $callerExpr; $this->class = $class; $this->method = $method; RectorAssert::className($class); } public function getClass() : string { return $this->class; } public function getMethod() : string { return $this->method; } public function getCallerExpr() : Expr { return $this->callerExpr; } }